Package jeresources.util
Class MobTableBuilder
java.lang.Object
jeresources.util.MobTableBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.world.entity.EntityType<?> entityType) voidaddSheep(net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.world.entity.EntityType<net.minecraft.world.entity.animal.Sheep> entityType, net.minecraft.world.item.DyeColor dye)
-
Constructor Details
-
MobTableBuilder
public MobTableBuilder()
-
-
Method Details
-
add
public void add(net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.world.entity.EntityType<?> entityType) -
addSheep
public void addSheep(net.minecraft.resources.ResourceLocation resourceLocation, net.minecraft.world.entity.EntityType<net.minecraft.world.entity.animal.Sheep> entityType, net.minecraft.world.item.DyeColor dye) -
getMobTables
-